setContentsHeadingIndent Method
In This Topic
Sets the heading indent.
Level 1 headings are aligned to page's left margin. Level 2 headings are indented with space, level 3 headings are indented with 2 * space, and so on.
This value is used if method returns true.
Syntax
public void setContentsHeadingIndent(
double
)
|
Parameters
- value
- Indentation space from left margin for headings and sub-headings.
See Also